home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #11
/
Amiga Plus CD - 2004 - No. 11.iso
/
AmiSoft
/
Text
/
print
/
HPDJ400Src.lha
/
global.h
< prev
next >
Wrap
C/C++ Source or Header
|
2004-05-25
|
940b
|
30 lines
/* HP Deskjet 400C */
/* Headers */
#include <exec/memory.h>
#include <exec/types.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <proto/exec.h>
#include <devices/printer.h>
#include <devices/prtbase.h>
#include <devices/prtgfx.h>
/* Prototypes */
LONG StripWhiteSpace(UBYTE * source,LONG size);
LONG CompressMethod2(UBYTE *src, UBYTE *dest, LONG count);
void SetDensity(ULONG density);
int DoSpecial(UWORD *cmd, char out[], BYTE *v, BYTE *c, BYTE *f, UBYTE p[]);
void numberString(UBYTE p, int x, char outputBuffer[]);
int ConvFunc(char *buf, char ch,int flag);
int Close(union printerIO *ior);
int Render(long ct, long x, long y, long status);
VOID CorrectColours(UBYTE * gamma_table, UBYTE *colors[], ULONG width);
int DumpBWPrint(UBYTE *colors[],ULONG BufSize);
int DumpColorPrint(UBYTE *colors[],ULONG BufSize);
void Transfer(struct PrtInfo *PInfo, ULONG y, UBYTE *colors[], UWORD RowSize, UWORD NumColorBufs);